A ResultSet represents tabular data that is retrieved from an EIS instance by the execution of an Interaction. ... Fields inherited from interface java.sql. ... <看更多>
Imports required. import java.sql.ResultSet;. import java.sql.ResultSetMetaData;. import java.sql.SQLException;. /**. * Print a result set to system out. ... <看更多>